home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / PPCpack / ppcpack.txt < prev    next >
Text File  |  1998-05-26  |  2KB  |  89 lines

  1. MagicSNs Complete PowerPC Amiga Programming Package
  2. ===================================================
  3.  
  4. Well, this package is thought to be used by 68k programmers
  5. who want PPC Support for their future software. I will be
  6. talking about the following themes:
  7.  
  8. A) Options for people without PPC Hard/Software
  9. B) PowerPC Support in C or C++
  10. C) PowerPC Support in ASM
  11. D) Mixed Binaries
  12. E) Coding PPC Shared Libraries
  13. F) vbcc-WarpOS differences (to StormC)
  14. ------------------------------------------------------------
  15.  
  16. A) Options for people without PPC Hard/Software
  17.  
  18. Read the File intro.txt
  19.  
  20. B) PowerPC Support in C or C++
  21.  
  22. Read the File c.txt
  23.  
  24. C) PowerPC Support in ASM
  25.  
  26. Read the File ppctut.guide (Note: Only deals with the Syntax of
  27. StormPowerASM, the syntax of pASM looks different...). Have also
  28. a look at c.txt, some parts of the "C" discussion will also be
  29. interesting for you. (ppctut.guide is mainly a PPC ASM Coding
  30. Tutorial for people who already know 68k ASM).
  31.  
  32. ppctut.guide does not yet explain indirect data. There are some
  33. differences in indirect data, mainly the XREF-ing of array has to
  34. be changed from:
  35.  
  36. XREF _array
  37.  
  38. to
  39.  
  40. XREF @__array
  41.  
  42. and the name later changes in usage to this also. For further information,
  43. i advice to read the Docs of StormPowerASM.
  44.  
  45. D) Mixed Binaries
  46.  
  47. Read the File mixed.txt
  48.  
  49. E) Coding PPC Shared Libraries
  50.  
  51. Read the File libs.txt
  52.  
  53. F) vbcc-WarpOS - Differences to StormC
  54.  
  55. Read vbcc.txt
  56.  
  57. In case of questions, my contact address would be:
  58.  
  59. Steffen Häuser
  60. Limburgstr. 127
  61. 73265 Dettingen/Teck
  62. Tel. 07021-51787
  63. email: MagicSN@Birdland.es.bawue.de
  64.  
  65. As to my "background":
  66.  
  67. I am a student of computer science, shortly before finishing with
  68. studying, and an Amiga-fanatic of the first hour (started with the
  69. A500 a long time ago...).
  70.  
  71. Some of my work in the past (all my PPC programs use the WarpOS Kernel,
  72. as i still believe in the Amiga, and WarpOS is very closely oriented
  73. at the current AmigaOS)
  74.  
  75. - rtgmaster.library (for 68k and PPC)
  76. - ZhaDoomPPC (PPC-Doom-Port)
  77. - WarpView (Imageviewer for 68k and PPC)
  78. - WarpAMP (Port of the AMP MPEG 3 Player to the WarpOS PPC Kernel)
  79. - Crystal 3D (Port of a game-related 3D-Engine)
  80. - formerly author of the "Amiga Texturemapping FAQ"
  81. - "adviser" concerning GFX Boards/PPC of some Amiga game firms
  82. - ppctut.guide (Introduction to PPC Assembly programming)
  83. - FrodoPPC C64 Emulator
  84. - AtariPPC Atari XL Emulator
  85. - Megademo 4 II Port to PPC
  86. - V2600PPC Atari 2600 Emulator
  87. - Virtual Gameboy Emulator Port to WarpUP
  88.  
  89.